GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-03T22:09:22.4776147+00:00",
"SubmitDate": "2026-06-03T22:09:22.4776147+00:00",
"ReportPeriodStart": "2026-06-03T22:09:22.4776147+00:00",
"ReportPeriodEnd": "2026-06-03T22:09:22.4776147+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0b72160f-de20-4e05-959f-f732724ec06b",
"Rows": [
{
"ItemId": "d51c81f9-f205-415f-a0c4-25221a960eb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d51c81f9-f205-415f-a0c4-25221a960eb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0b72160f-de20-4e05-959f-f732724ec06b",
"Rows": [
{
"ItemId": "d51c81f9-f205-415f-a0c4-25221a960eb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d51c81f9-f205-415f-a0c4-25221a960eb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6c3e9cb8-7ced-4243-adf9-51e814bdc7a7",
"d2854dcd-28ac-46e0-85f9-3191dae23b24"
],
"Approvers": [
"895b5612-0e91-4795-88f0-c838a2fcac96",
"bb461cd7-8645-465c-a26a-f41b4d6752ff"
],
"ApprovedBy": "6d3f336d-8492-4618-87be-d0ce9996effc",
"ApprovalDate": "2026-06-03T22:09:22.4776147+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3799bfec-c2b9-4232-a372-5d3e104400c9",
"id": "f485a228-d118-4466-ba88-259a74a98782",
"ConfigId": "bb96ba0b-aaec-4fe2-92e2-e47ab0318b74"
},
{
"GenerationDate": "2026-06-03T22:09:22.4776147+00:00",
"SubmitDate": "2026-06-03T22:09:22.4776147+00:00",
"ReportPeriodStart": "2026-06-03T22:09:22.4776147+00:00",
"ReportPeriodEnd": "2026-06-03T22:09:22.4776147+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0b72160f-de20-4e05-959f-f732724ec06b",
"Rows": [
{
"ItemId": "d51c81f9-f205-415f-a0c4-25221a960eb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d51c81f9-f205-415f-a0c4-25221a960eb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0b72160f-de20-4e05-959f-f732724ec06b",
"Rows": [
{
"ItemId": "d51c81f9-f205-415f-a0c4-25221a960eb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d51c81f9-f205-415f-a0c4-25221a960eb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6c3e9cb8-7ced-4243-adf9-51e814bdc7a7",
"d2854dcd-28ac-46e0-85f9-3191dae23b24"
],
"Approvers": [
"895b5612-0e91-4795-88f0-c838a2fcac96",
"bb461cd7-8645-465c-a26a-f41b4d6752ff"
],
"ApprovedBy": "6d3f336d-8492-4618-87be-d0ce9996effc",
"ApprovalDate": "2026-06-03T22:09:22.4776147+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3799bfec-c2b9-4232-a372-5d3e104400c9",
"id": "f485a228-d118-4466-ba88-259a74a98782",
"ConfigId": "bb96ba0b-aaec-4fe2-92e2-e47ab0318b74"
}
]